Click or drag to resize

WebdavMethod Class

Abstract parent class for all method classes.
Inheritance Hierarchy
SystemObject
  Independentsoft.Webdav.MethodsWebdavMethod
    More...

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public abstract class WebdavMethod

The WebdavMethod type exposes the following members.

Constructors
  NameDescription
Protected methodWebdavMethod
Initializes a new instance of the WebdavMethod class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberContentType
The content type fot all Webdav methods.
Top
See Also
Inheritance Hierarchy
SystemObject
  Independentsoft.Webdav.MethodsWebdavMethod
    Independentsoft.Webdav.MethodsCopyMethod
    Independentsoft.Webdav.MethodsDeleteMethod
    Independentsoft.Webdav.MethodsGetMethod
    Independentsoft.Webdav.MethodsHeadMethod
    Independentsoft.Webdav.MethodsLockMethod
    Independentsoft.Webdav.MethodsMkcolMethod
    Independentsoft.Webdav.MethodsMoveMethod
    Independentsoft.Webdav.MethodsOptionsMethod
    Independentsoft.Webdav.MethodsPostMethod
    Independentsoft.Webdav.MethodsPropFindMethod
    Independentsoft.Webdav.MethodsPropPatchMethod
    Independentsoft.Webdav.MethodsPutMethod
    Independentsoft.Webdav.MethodsUnlockMethod